home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / REFRNCE MANGR.cpt / HARRIS REFERENCE MANAGER / background_2789.txt < prev    next >
Text File  |  1988-04-03  |  10KB  |  478 lines

  1. -- background: 2789 from stack: in
  2. -- bmap block id: 4153
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11. on openCard
  12.   put number of this card into field "refnum"
  13. end openCard
  14.  
  15. on closeField
  16.   put the long date into field "date"
  17. end closeField
  18.  
  19. on newCard
  20.   tabKey
  21. end newCard
  22.  
  23.  
  24. -- part 68 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=7 top=56 right=94 bottom=51
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 1011 / 1011
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Home
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   answer " Go 'Home' or 'Quit' HyperCard?" with "Quit" or "Cancel" or "Home"
  39.   if it is "Cancel" then exit mouseUp
  40.   if it is "Home" then
  41.     visual effect iris close
  42.     go Home
  43.     returnStatus
  44.   else
  45.     put "Compacting Stack Reporter..."
  46.     doMenu "Compact Stack"
  47.     doMenu "Quit HyperCard"
  48.   end if
  49.  
  50. end mouseUp
  51.  
  52.  
  53.  
  54.  
  55. -- part 85 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=52 top=56 right=94 bottom=98
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 20186 / 20186
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Sort
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   answer "Sort by which field?" with "Name" or "Zip Code" or "Cancel"
  70.   if it is "Name" then sort by first word of field "Name"
  71.   if it is "Zip Code" then sort by field "Zip Code"
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 86 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=438 top=74 right=95 bottom=472
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 24317 / 24317
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: first card
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   visual effect iris close
  91.   go to first card
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 88 (button)
  97. -- low flags: 00
  98. -- high flags: 8004
  99. -- rect: left=442 top=99 right=120 bottom=511
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Insert
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   DoMenu New Card
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 89 (button)
  116. -- low flags: 00
  117. -- high flags: 8004
  118. -- rect: left=442 top=143 right=164 bottom=511
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Delete
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   answer "Delete this card?" with "Delete it!" or "Cancel"
  130.   if it is "Delete it!" then DoMenu Delete Card
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 90 (button)
  136. -- low flags: 00
  137. -- high flags: 8004
  138. -- rect: left=442 top=121 right=142 bottom=511
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Edit
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   tabkey
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 91 (button)
  155. -- low flags: 00
  156. -- high flags: 8004
  157. -- rect: left=442 top=165 right=186 bottom=511
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Next
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   DoMenu next
  169. end mouseUp
  170.  
  171.  
  172.  
  173. -- part 92 (button)
  174. -- low flags: 00
  175. -- high flags: 8004
  176. -- rect: left=442 top=187 right=208 bottom=511
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 0 / 0
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: Previous
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   DoMenu Prev
  188. end mouseUp
  189.  
  190.  
  191.  
  192. -- part 93 (field)
  193. -- low flags: 00
  194. -- high flags: 0000
  195. -- rect: left=143 top=80 right=98 bottom=171
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 0 / 0
  198. -- text alignment: 1
  199. -- font id: 3
  200. -- text size: 12
  201. -- style flags: 0
  202. -- line height: 16
  203. -- part name: REFNUM
  204. ----- HyperTalk script -----
  205.  
  206.  
  207.  
  208.  
  209. -- part 94 (field)
  210. -- low flags: 01
  211. -- high flags: 0000
  212. -- rect: left=214 top=316 right=335 bottom=510
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 65535
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: date
  221.  
  222.  
  223. -- part 97 (button)
  224. -- low flags: 00
  225. -- high flags: 0000
  226. -- rect: left=474 top=74 right=96 bottom=508
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 19678 / 19678
  229. -- text alignment: 1
  230. -- font id: 0
  231. -- text size: 12
  232. -- style flags: 0
  233. -- line height: 16
  234. -- part name: about
  235. ----- HyperTalk script -----
  236. on mouseUp
  237.   visual effect dissolve very slow
  238.   go to card "about"
  239. end mouseUp
  240.  
  241.  
  242.  
  243. -- part 98 (button)
  244. -- low flags: 00
  245. -- high flags: 0000
  246. -- rect: left=182 top=35 right=68 bottom=314
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 1
  250. -- font id: 0
  251. -- text size: 12
  252. -- style flags: 0
  253. -- line height: 16
  254. -- part name: New Button
  255. ----- HyperTalk script -----
  256. on mouseUp
  257.   push first card
  258.   go to card "about"
  259.   play Harpsichord tempo 100 g5s a b c d e f# g d g4
  260.   wait 2 seconds
  261.   pop card
  262. end mouseUp
  263.  
  264.  
  265.  
  266. -- part 99 (field)
  267. -- low flags: 00
  268. -- high flags: 0000
  269. -- rect: left=104 top=101 right=120 bottom=262
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 0
  273. -- font id: 3
  274. -- text size: 12
  275. -- style flags: 256
  276. -- line height: 16
  277. -- part name: AUTHOR1
  278.  
  279.  
  280. -- part 100 (field)
  281. -- low flags: 00
  282. -- high flags: 0000
  283. -- rect: left=276 top=101 right=120 bottom=439
  284. -- title width / last selected line: 0
  285. -- icon id / first selected line: 0 / 0
  286. -- text alignment: 0
  287. -- font id: 3
  288. -- text size: 12
  289. -- style flags: 256
  290. -- line height: 16
  291. -- part name: AUTHOR2
  292.  
  293.  
  294. -- part 101 (field)
  295. -- low flags: 00
  296. -- high flags: 2000
  297. -- rect: left=104 top=117 right=138 bottom=262
  298. -- title width / last selected line: 0
  299. -- icon id / first selected line: 0 / 0
  300. -- text alignment: 0
  301. -- font id: 3
  302. -- text size: 12
  303. -- style flags: 256
  304. -- line height: 16
  305. -- part name: AUTHOR3
  306.  
  307.  
  308. -- part 102 (field)
  309. -- low flags: 00
  310. -- high flags: 2000
  311. -- rect: left=276 top=118 right=139 bottom=440
  312. -- title width / last selected line: 0
  313. -- icon id / first selected line: 0 / 0
  314. -- text alignment: 0
  315. -- font id: 3
  316. -- text size: 12
  317. -- style flags: 256
  318. -- line height: 16
  319. -- part name: AUTHOR4
  320.  
  321.  
  322. -- part 103 (field)
  323. -- low flags: 00
  324. -- high flags: 0000
  325. -- rect: left=104 top=138 right=155 bottom=262
  326. -- title width / last selected line: 0
  327. -- icon id / first selected line: 0 / 0
  328. -- text alignment: 0
  329. -- font id: 3
  330. -- text size: 12
  331. -- style flags: 256
  332. -- line height: 16
  333. -- part name: AUTHOR5
  334.  
  335.  
  336. -- part 104 (field)
  337. -- low flags: 00
  338. -- high flags: 0000
  339. -- rect: left=276 top=138 right=156 bottom=440
  340. -- title width / last selected line: 0
  341. -- icon id / first selected line: 0 / 0
  342. -- text alignment: 0
  343. -- font id: 3
  344. -- text size: 12
  345. -- style flags: 256
  346. -- line height: 16
  347. -- part name: AUTHOR 6
  348.  
  349.  
  350. -- part 105 (field)
  351. -- low flags: 00
  352. -- high flags: 0007
  353. -- rect: left=90 top=158 right=193 bottom=441
  354. -- title width / last selected line: 0
  355. -- icon id / first selected line: 0 / 0
  356. -- text alignment: 0
  357. -- font id: 3
  358. -- text size: 12
  359. -- style flags: 256
  360. -- line height: 16
  361. -- part name: TITLE
  362.  
  363.  
  364. -- part 113 (field)
  365. -- low flags: 00
  366. -- high flags: 0000
  367. -- rect: left=89 top=193 right=212 bottom=435
  368. -- title width / last selected line: 0
  369. -- icon id / first selected line: 0 / 0
  370. -- text alignment: 0
  371. -- font id: 3
  372. -- text size: 12
  373. -- style flags: 256
  374. -- line height: 16
  375. -- part name: JOURNAL
  376.  
  377.  
  378. -- part 107 (field)
  379. -- low flags: 00
  380. -- high flags: 0000
  381. -- rect: left=185 top=213 right=233 bottom=235
  382. -- title width / last selected line: 0
  383. -- icon id / first selected line: 0 / 0
  384. -- text alignment: 0
  385. -- font id: 3
  386. -- text size: 12
  387. -- style flags: 256
  388. -- line height: 16
  389. -- part name: Vol
  390.  
  391.  
  392. -- part 108 (field)
  393. -- low flags: 00
  394. -- high flags: 0000
  395. -- rect: left=297 top=215 right=235 bottom=346
  396. -- title width / last selected line: 0
  397. -- icon id / first selected line: 0 / 0
  398. -- text alignment: 0
  399. -- font id: 3
  400. -- text size: 12
  401. -- style flags: 256
  402. -- line height: 16
  403. -- part name: YEAR
  404.  
  405.  
  406. -- part 109 (field)
  407. -- low flags: 00
  408. -- high flags: 0000
  409. -- rect: left=386 top=214 right=233 bottom=431
  410. -- title width / last selected line: 0
  411. -- icon id / first selected line: 0 / 0
  412. -- text alignment: 0
  413. -- font id: 3
  414. -- text size: 12
  415. -- style flags: 256
  416. -- line height: 16
  417. -- part name: PAGE1
  418.  
  419.  
  420. -- part 110 (field)
  421. -- low flags: 00
  422. -- high flags: 0000
  423. -- rect: left=447 top=214 right=234 bottom=501
  424. -- title width / last selected line: 0
  425. -- icon id / first selected line: 0 / 0
  426. -- text alignment: 0
  427. -- font id: 3
  428. -- text size: 12
  429. -- style flags: 256
  430. -- line height: 16
  431. -- part name: PAGE2
  432.  
  433.  
  434. -- part 111 (field)
  435. -- low flags: 00
  436. -- high flags: 0000
  437. -- rect: left=115 top=318 right=336 bottom=140
  438. -- title width / last selected line: 0
  439. -- icon id / first selected line: 0 / 0
  440. -- text alignment: 0
  441. -- font id: 3
  442. -- text size: 12
  443. -- style flags: 256
  444. -- line height: 16
  445. -- part name: ABSTRACT
  446.  
  447.  
  448. -- part 79 (field)
  449. -- low flags: 00
  450. -- high flags: 0007
  451. -- rect: left=4 top=236 right=311 bottom=509
  452. -- title width / last selected line: 0
  453. -- icon id / first selected line: 0 / 0
  454. -- text alignment: 0
  455. -- font id: 3
  456. -- text size: 12
  457. -- style flags: 0
  458. -- line height: 16
  459. -- part name: COMMENT
  460.  
  461.  
  462. -- part 112 (button)
  463. -- low flags: 00
  464. -- high flags: 0000
  465. -- rect: left=18 top=215 right=254 bottom=66
  466. -- title width / last selected line: 0
  467. -- icon id / first selected line: 7417 / 7417
  468. -- text alignment: 1
  469. -- font id: 0
  470. -- text size: 12
  471. -- style flags: 0
  472. -- line height: 16
  473. -- part name: 
  474. ----- HyperTalk script -----
  475.  
  476.  
  477.  
  478.